home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / basket_a.swf / scripts / frame_196 / DoAction.as
Text File  |  2008-11-12  |  269b  |  12 lines

  1. final.percentage = Math.round(100 * scoreaff / nblancers) + "%";
  2. if(_root.endtime > 0)
  3. {
  4.    final.scoreFinal = Math.round(100 * scoreaff / nblancers * 1000 / endtime);
  5.    final.time = endtimeAff;
  6.    final.nextFrame();
  7. }
  8. else
  9. {
  10.    final.paniers = scoreaff;
  11. }
  12.